bsp_object *add_class(char *name)
Parameter | Type | Description |
---|---|---|
name | char * | object class name to create an instance |
Returns an instance of the class with the specified name.
This function is used only by the flyEditor and creates a new object from a plug-in dll by just specifying the class name.